home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / mail-tools / thor / thor_2.22 / thor.lha / rexx / UUDecode.readme < prev    next >
Text File  |  1995-11-13  |  5KB  |  118 lines

  1.     _   _ _   _ ____                     _       _   _
  2.    | | | | | | |  _ \  ___  ___ ___   __| | ___ | |_| |__   ___  _ __
  3.    | | | | | | | | | |/ _ \/ __/ _ \ / _` |/ _ \| __| '_ \ / _ \| '__|
  4.    | |_| | |_| | |_| |  __/ (_| (_) | (_| |  __/| |_| | | | (_) | |
  5.     \___/ \___/|____/ \___|\___\___/ \__,_|\___(_)__|_| |_|\___/|_| v4.1
  6.  
  7. Introduction
  8. ¯¯¯¯¯¯¯¯¯¯¯¯
  9. This is the one and only UUDecode arexx script for THOR.  It can either be
  10. used from THOR's arexx menu, from the commandline without any arguments, or
  11. from the commandline with an argument consisting of a file name. All
  12. uuencoded files in this file will be decoded.
  13.  
  14. With THOR 2.2 and above you get an icon in the listview instead of seeing
  15. uuencoded files. However, you still need UUDecode.thor because THOR executes
  16. this script when you click the icon in the listview.
  17.  
  18. Features
  19. ¯¯¯¯¯¯¯¯
  20.  · Progressbar while uudecoding.
  21.  · UUDecode all files in all messages selected in the messagelist listview or
  22.    just the files contained in the message currently shown.
  23.  · Adds filenotes to decoded files stating where you got them.
  24.  · Can recognize an unlimited number of files and execute a chosen action
  25.    upon the decoded file. Use for pictureviewer, archive unpacking, etc etc.
  26.  · Extremely configurable. You can change all paths used (destination,
  27.    temporary, ...), the commandline of the uudecoder you use, filetypes which
  28.    the script should recognize and launch certain actions on, switch on and
  29.    off features which you might consider too slow (filetype recognition and
  30.    adding of filenotes), etc etc.
  31.  · All configuration done from an easy-to-use GUI.
  32.  
  33. Requirements
  34. ¯¯¯¯¯¯¯¯¯¯¯¯
  35.  · THOR 2.2 or higher.
  36.  · The following AmigaDOS commands in the path: delete, search, filenote, rx
  37.  · Some uudecoder program. The default configuration file contains
  38.    commandlines for uuOut v1.14 by Nicolas Dade, UUxT v3.1 by Asher Feldman 
  39.    and UUFast v1.25 by Jørn Halonen. You may configure your own uudecoder as
  40.    well.
  41.  
  42. Contents
  43. ¯¯¯¯¯¯¯¯
  44. This distribution contains 4 files. The first three should be placed in your
  45. /THOR/Rexx directory.
  46.  
  47. UUDecode.thor    - the main script
  48. CfgUUDecode.thor - script for configuring all the options
  49. UUDecode.cfg     - default configuration file
  50. UUDecode.readme  - <- you are here
  51.  
  52. Author
  53. ¯¯¯¯¯¯
  54. Troels Walsted Hansen <troels@stud.cs.uit.no>
  55. Email to the THOR Team at <thor@hstud6.cs.uit.no> will also reach me.
  56.  
  57. Thanks to
  58. ¯¯¯¯¯¯¯¯¯
  59. Eirik Nicolai Synnes <eirikns@oslonett.no>
  60.  · For his very nice scripts SortMail.thor and CfgSortMail.thor, both of
  61.    which were *very* useful for v4.x of my script.
  62.  
  63. History
  64. ¯¯¯¯¯¯¯
  65. UUDecode.thor v2.00 (20.11.94)
  66.  · This version is only for THOR v2.0 or higher.
  67.  · A lot easier to adapt to other uudecoders and
  68.    includes commandstrings for uuOut, UUFast and UUxT.
  69.  · Finally fixed qoutes around downloadpath with spaces.
  70.    (Thank you Sigbjørn Skjæret! :)
  71.  · Doesn't require rexxsupport.library anymore.
  72.  · adds comments to uudecoded files containing
  73.    'From <name> in <conf> on <bbsname>'.
  74.  
  75. UUDecode.thor v2.05 (07.12.94)
  76.  · adds filenotes to *all* files in the message
  77.  
  78. UUDecode.thor v2.40 (10.09.95)
  79.  · supports multiple selected msgs in THOR 2.1
  80.  
  81. UUDecode.thor v3.00 (03.10.95)
  82.  · Uses the AmigaDOS command "search" for finding filenames to
  83.    add filenotes to. Much faster and uses less RAM.
  84.  · Destination directory for uudecoded files can now be set.
  85.  · Filetype recognition added! Currently recognizes all sorts
  86.    of pictures (based on extension) and three kinds of archives
  87.    (LhA, Zip and Lzx). Supports viewing pictures inline or with
  88.    MultiView and extracting or viewing contents of an archive.
  89.  
  90. UUDecode.thor v3.01 (07.11.95)
  91.  · Fixed a bug if you didn't have the messagelist window open.
  92.    (Reported by Giovanni Addabbo)
  93.  
  94. UUDecode.thor 4.0 (12.11.95)
  95.  · Almost totally rewritten from scratch.
  96.  · Progressbar.
  97.  · Made everything configurable through an external configuration file.
  98.  · Released on the THOR mailing list, and on the ftp support site.
  99.  
  100. UUDecode.thor 4.1 (13.11.95)
  101.  · Added a requester asking you to configure the script to *your* demands
  102.    the first time you run it.
  103.  · Released on Aminet, the THOR mailing list and the THOR ftp support site.
  104.  
  105. ----------------
  106.  
  107. CfgUUDecode.thor 1.0 (12.11.95)
  108.  · First release of the script on the THOR mailing list.
  109.  
  110. CfgUUDecode.thor 1.1 (13.11.95)
  111.  · Editing UUDecoder commandline now works. (simple typo.. :-(
  112.  
  113. ----------------
  114.  
  115. UUDecode.cfg
  116.  · Fixed the default UUDecode.cfg file so that UUxT works.
  117.  · Added a few extensions for the 'a textfile' type.
  118.